home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(keyPress Down).as next >
Text File  |  2003-04-02  |  153b  |  7 lines

  1. on(keyPress "<Down>"){
  2.    scrollDownOneLine(this.thumb);
  3.    this.thumb.scrolling = 1;
  4.    this.thumb.gotoAndPlay(2);
  5.    this.thumb.scrolling = 0;
  6. }
  7.